const crypto/internal/fips140/sha3.rateK1024

3 uses

	crypto/internal/fips140/sha3 (current package)
		hashes.go#L24: 	return &Digest{rate: rateK1024, outputLen: 64, dsbyte: dsbyteSHA3}
		hashes.go#L46: 	rateK1024 = (1600 - 1024) / 8
		hashes.go#L58: 	return &Digest{rate: rateK1024, outputLen: 64, dsbyte: dsbyteKeccak}